func strconv.atofHex
3 uses
strconv (current package)
atof.go#L497: func atofHex(s string, flt *floatInfo, mantissa uint64, exp int, neg, trunc bool) (float64, error) {
atof.go#L575: f, err := atofHex(s[:n], &float32info, mantissa, exp, neg, trunc)
atof.go#L626: f, err := atofHex(s[:n], &float64info, mantissa, exp, neg, trunc)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)